-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReWoTes project from Anup #63
Open
kumaranu
wants to merge
63
commits into
Exabyte-io:dev
Choose a base branch
from
kumaranu:kumaranu
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ve the relevant text to README.md.
…nly selects a basis based on the threshold of the precision. Later on, I will add the electronic structure calculations.
… is complaining about it.
…e are two geometries for a molecule instead of one. So, that a difference in energy can be compared instead of raw energy values which are meaningless to compare across theories.
…ng the raw numbers now.
…for all the molecules with 2-20 atoms. Let's see how it goes.
…ted for these but the structure is there to increase the system size in the future.
…ded a select basis set in the tests. 3) added tests for the select basis set function.
…n be adjusted later on.
…ded here such as frequency calculations etc.
…rmation for a set of molecules for which csv data is to be generated to be used later.
…basis from a csv data and a pair of molecules (the new molecule and the reference).
…ether. It return the basis set depending on the new molecule's ASE object and the reference ASE object as well as the CSV file containing errors.
…nd non-vibrational case right now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This code provides a basis set for DFT calculation to target a CCSD level of accuracy within a tolerance.
Tests are provided to more help for the users.